If there is no initialization file the program crashes at startup. Instead an informative message should be displayed before the program gracefully exits.
$INVESTIGATION:
The is no error handling code to handle the case when the initialization file is not present.
$RESOLUTION:
Module INIT.C has been modified such that if there is no initialization file the message "Can't find PROG.INI file." is output before the program terminates.